From: Richard M. Stallman Date: Sat, 29 May 1993 20:54:27 +0000 (+0000) Subject: (x_connection_closed): Pass new arg. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95788 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e08ad3fc584ed83be35f0ea4a00ef0ba0bb87ba8;p=emacs.git (x_connection_closed): Pass new arg. --- diff --git a/src/xterm.c b/src/xterm.c index 54075bc236b..9afdd7008f6 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -3759,7 +3759,7 @@ x_connection_closed () if (_Xdebug) abort (); - shut_down_emacs (0); + shut_down_emacs (0, 1); exit (70); }